git commit
git
で、
HEAD
時点における、プロジェクトのスナップショットを作る。コミットするファイルやフォルダは
git add
コマンドで追加されている必要がある。
code:bash
git commit -m "a descriptive commit message"